CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - write shape

搜索资源列表

  1. src

    0下载:
  2. 本人学JAVA不久写的聊天室雏形,还没有实现图形化.-I soon learn to write JAVA chat room taking shape, have not implemented graphical.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2678
    • 提供者:朱婴
  1. GL11

    0下载:
  2. 编写Windows 窗口应用程序,要求能实现如下功能: 1.包含如下菜单项:形状(画线<默认>,画矩形,椭圆),颜色(红色,蓝色,绿色,黑色<默认>),填充类型(实心,空心<默认>); 2.鼠标左键双击后在窗体内按下清除所有已画好的图形; 3.鼠标右键点击后弹出浮动菜单,内容包括1 和2; 4.绘图时要有虚框显示 5.当窗体从后台激活到前台时,窗体内的内容依然正常显示 6.能将所绘制内容(包含图形和文字)保存到指定的二进制文件no11.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:2003907
    • 提供者:
  1. etx

    0下载:
  2. 这是单片机中用keil与proteus所作的示波器呈矩齿波形状,程序在keil中编写。-This is a single chip by using keil and proteus were moments of tooth wave shape of the oscilloscope, the program to write in keil.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:15549
    • 提供者:朱艾丽
  1. dbd

    0下载:
  2. 这是在单片机中用keil与proteus所作的示波器三角波形状,程序在proteus中编写,仿真时查看示波器的状态。-This is a single chip by using keil and proteus oscilloscope triangular wave shape, write the program proteus, simulation time view the status of the oscilloscope.
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:26569
    • 提供者:朱艾丽
  1. PYprogram

    0下载:
  2. 寫一程式,讓使用者可以輸入四組數對,分別代表四個點座標,且其輸入順序依 序為順時鐘方向之四個端點,程式則依據輸入的四個座標判斷其形狀,可能的形 狀為square(正方形)、rectangle(長方形)、diamond(菱形)、parallelogram(平行四邊 形)及others(其他),且輸出結果必須為最適合之答案。-Write a program that allows users to enter the number on the four groups, represen
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:14996
    • 提供者:Hsieh
  1. TestShape

    0下载:
  2. 写一个父类图形(Shape)(无属性,方法:计算周长,计算面积), 两个子类:矩形(Rect 属性:长,宽;方法:计算周长,计算面积), 圆形(Circle 属性:半径 方法:计算周长,计算面积) 并写一个测试类TestShape,含main方法,创建各个类的对象,用参数化构造方法为属性赋值,输出各个图形的周长和面积。-Write a parent class graphics (Shape) (no properties, methods: calculating p
  3. 所属分类:Ajax

    • 发布日期:2017-03-28
    • 文件大小:549
    • 提供者:王小伟
  1. CSharp-operator-xml

    0下载:
  2. 使用C#操作xml文件的方法,很好的说明。-use C shape read and write xml folder,good
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:12662
    • 提供者:程胜
  1. RussianBlocks

    0下载:
  2. 使用C#语言编写一个俄罗斯方块游戏系统,要求程序运行后有一个图形用户界面,并具备下面几个功能: (1) 实现各种方块的生产,包括形状和颜色等信息; (2) 实现各个方块的上下左右移动和旋转的功能; (3) 实现消行的功能; (4) 实现开始,暂停,结束等功能 -eat snakeThe use of C# language to write a Tetris game system, the requirements to run after having a graphic
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-06
    • 文件大小:35691
    • 提供者:xiaofeng
  1. ShapeExp1

    0下载:
  2. 个人原创代码:矩形、圆形、正方形等形状的操作。编写Java Application程序,定义抽象类Shape,抽象方法为showArea(),求出面积并显示,定义矩形类Rectangle,正方形类Square,圆类 Circle,根据各自的属性,用showArea方法求出各自的面积,在main方法中构造3个对象,调用showArea方法。 定义接口DiagArea,其中包含方法double getDiagonal()求对角线长, double getArea()求面积,定义一个矩形类,实现此
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1469
    • 提供者:李瑞
  1. ShapeExp2

    0下载:
  2. 个人原创代码:矩形、圆形、五角星等形状的操作。编写Java Application程序,创建一个接口Shape,其中有抽象方法area,类Circle 、Rectangle实现area方法计算其面积并返回。又有Star实现Shape的area方法,其返回值是0,Star类另有一返回值boolean型方法isStar;在main方法里创建一个Vector,根据随机数的不同向其中加入Shape的不同子类对象(如是1,生成Circle对象;如是2,生成Rectangle对象;如是3,生成Star对象)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1309
    • 提供者:李瑞
  1. myproject

    0下载:
  2. 本系统实现的功能:通过网络查询被控电脑IP地址并与之连接;能够通过鼠标、键盘远程的控制电脑;可以对被控电脑适时的监控;可以实现消息的传送,这样的一个系统基本具有远程监控软件的一些基本功能。-the language write.The function of this system realization:Pass a network search be charged the computer IP address to combine with of conjunction Can pass
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:4991485
    • 提供者:吕元健
  1. shiyan

    0下载:
  2. 实验五 类的继承实验3.编写一个基类Shape,在此基础上派生出类Triangle和Circle,二者都有计算对象面积的函数GetArea( )和计算对象周长的函数GetPerim()。 4.开发一个简单的大学人员管理程序,该程序可以管理大学的一些基本人员:学生(student)、教师(teacher)、教授(professor)。首先设计一个虚基类person。通过该类保存人员的最基本信息:姓名(name)、年龄(age)和性别(sex)。然后使用该类派生出学生类student和教师类te
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:29772
    • 提供者:熊丽堂
  1. aq

    0下载:
  2. 写一个程序,定义抽象基类shape, 由它派生3个基类,Circle(圆),Rectangle(矩形),Trapezoid(梯形)。用虚函数分别计算几种图形的面积,并求他们的和。要求:用基类指针数组,使它的每一个元素指向一个派生类对象-Write a program that defines an abstract base class shape, it is derived from the three basic classes, Circle (round), Rectangle (re
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:612
    • 提供者:ad
  1. xyl_9

    0下载:
  2. 编写一个Windows绘图应用程序,如图9所示。点击绘图按钮时,根据形状、笔颜色、刷子颜色以及线型和填充类型的选择在右边的控件中进行绘图。若存在没有选中的情况,给出消息框提示-Write a Windows graphics application, shown in Figure 9. Click the Drawing button, according to the shape, pen color, line and fill colors, and brush the choice o
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1894935
    • 提供者:xieyilin
  1. fire

    0下载:
  2. 用C++写的模拟火焰的颜色与形状,非常逼真好看。-With the color and shape of the flame C++ write analog, very realistic and good-looking.
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-03
    • 文件大小:69632
    • 提供者:david
  1. avl3.31

    0下载:
  2. Drale编写的升力面模型,机翼表面被离散为涡格。与升力线模型相比,升力面模型更多的考虑了机翼的几何形状。-Lifting surface model Drale write the wing surface the discrete vortex lattice. Compared with the lifting line model, the lifting surface model consideration of the geometric shape of the wing.
  3. 所属分类:transportation applications

    • 发布日期:2017-11-11
    • 文件大小:527362
    • 提供者:
  1. TT

    0下载:
  2. 用wxwidgets编写的一个自定义界面形状的小demo,用到资源文件等。-Wxwidgets write a custom interface shape demo, used in resource files, and so on.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-22
    • 文件大小:2505616
    • 提供者:赵峰
  1. SampleRassionBlock

    0下载:
  2. 自己用vs2008写的小游戏,第一次写,只实现基本功能,界面没有美化 操作方法: 键盘的上键为调整方块的形状 ,左右键为调整方向,下键为加速下落-Vs2008 write games for the first time to write, only basic functions interface beautify How: on the keys of the keyboard to adjust the shape of the box, the left and right
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-05
    • 文件大小:73527
    • 提供者:杀毒
  1. Take-a-bitmap-from-the-clipboard

    0下载:
  2. 绝对磁盘读写--写软盘引导区,取当前鼠标指针形状,取有掩码框的密码(星号密码查看器),锁屏工具,图片快速无极限放大和平移,因特网隐私管理(Cookies、Cache、History),用易自带控件做的端口映射器(端口)-Absolute disk read and write- write the floppy disk boot sectors, take the current shape of the mouse pointer, take the mask box password (a
  3. 所属分类:ELanguage

    • 发布日期:2017-11-13
    • 文件大小:104306
    • 提供者:张晨
  1. MobileData.java

    0下载:
  2. 当执行类似选择“主题之主题”,“空间连接”等操作,或者对一个主题(属性表)的shape字段创建过一个索引,就会出现这个文件 -Write a detailed upload function, including the content descr iption (at least 20 characters). Try not to
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:654
    • 提供者:da
« 1 2 34 »
搜珍网 www.dssz.com